Einhugur Xml Plugin for Xojo

Attribute.NextAttribute Method

Gets next attribute.

NextAttribute() as EinhugurXml.Attribute

Parameters

Returns

EinhugurXml.Attribute

Remarks

This plugin uses fluent chained syntax so nil will not be returned. You can check if you got valid attribute by checking the empty property.

See Also

Attribute Class